home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / w95demo / w95demo.exe / M08CHBKG.DXR / 00056.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  170 b   |  10 lines

  1. on mouseDown
  2.   puppetSprite(40, 1)
  3.   set the castNum of sprite 40 to cast "apply hilite"
  4.   updateStage()
  5.   wait()
  6.   puppetSprite(40, 0)
  7.   updateStage()
  8.   drawPaper()
  9. end
  10.